GET
/
api
/
v2
/
teams
/
{team_id}
/
chargers
/
{charger_id}
/
metervalues
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/metervalues \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "date_from": "2025-06-24 08:25:48",
  "date_to": "2025-06-24 08:25:48",
  "context": "Other",
  "measurand": "Current.Offered",
  "phase": "L2",
  "location": "Inlet",
  "unit": "kvar",
  "limit": 1,
  "order_by": "asc"
}'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
string
required

The ID of the team.

charger_id
string
required

The ID of the charger.

Body

application/json

Response

200
application/json

List of metervalues

The response is of type object.